#!/usr/bin/env bash
{ set +x; } 2>/dev/null

ssh_url="git@github.com:owner/repo.git"

git-url-fullname "$ssh_url"
